From manako
This skill should be used when the user asks to "監査ログを確認", "view audit logs", "アクセス履歴", "access history", "アクション履歴", "action history", "監査ログ表示", "show audit logs", "who did what". Views and filters Manako audit logs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/manako:audit-logsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Manako の監査ログを表示・フィルタする。有料プラン専用機能。
Manako の監査ログを表示・フィルタする。有料プラン専用機能。
which manako を実行 → 成功なら CLI を使用mcp__manako__audit_logs が存在するか確認 → あれば MCP を使用curl で API を直接呼び出しCLI:
manako audit-logs list
MCP:
mcp__manako__audit_logs(action: "list")
API:
curl -s -H "Authorization: Bearer $MANAKO_API_KEY" \
https://api.manako.dev/api/v1/audit-logs
CLI:
manako audit-logs list --action "monitor."
manako audit-logs list --action "team." --limit 20
MCP:
mcp__manako__audit_logs(action: "list", actionFilter: "monitor.", limit: 20)
API:
curl -s -H "Authorization: Bearer $MANAKO_API_KEY" \
"https://api.manako.dev/api/v1/audit-logs?action=monitor.&limit=20"
| パラメータ | 説明 |
|---|---|
action | アクション名 (末尾 . でプレフィックスマッチ、例: monitor.) |
resourceType | monitor, incident, api_key, notification_channel, status_page, team, invitation, team_member, user |
userId | 操作者 ID でフィルタ |
from | 開始日時 (ISO 8601) |
to | 終了日時 (ISO 8601) |
limit | 件数 (1-100, デフォルト 50) |
cursor | ページネーションカーソル |
| カテゴリ | アクション |
|---|---|
user.* | signup, login, logout |
team.* | update, member.invite, member.invite.cancel, member.invite.accept, member.role.change, member.remove |
monitor.* | create, update, delete |
incident.* | create, update, acknowledge, resolve, delete |
api_key.* | create, delete |
notification_channel.* | create, update, delete |
status_page.* | create, update, delete, custom_domain.create, custom_domain.verify, custom_domain.delete |
account.* | deletion_requested |
| フィールド | 説明 |
|---|---|
id | 監査ログ ID (ULID) |
action | 実行されたアクション名 |
resourceType | 操作対象のリソース種別 |
resourceId | 操作対象のリソース ID |
userId | 操作者のユーザー ID |
metadata | アクション固有の追加情報 |
createdAt | 操作日時 |
nextCursor | 次ページのカーソル (ページネーション) |
nextCursor を次リクエストの cursor パラメータに指定するnpx claudepluginhub elchika-inc/manako-dev --plugin manakoGuides PagerDuty MCP tool usage with auth setup (Token token=), 66-tool reference across 13 categories (incidents, on-call, schedules), REST API pagination, rate limits, error handling, hosted connections.
View audit logs, decision traces, and session history for AI transparency. Supports log, trace, summary, and search subcommands.
Provides Rootly MCP tool reference covering 25 tools, authentication with Global/Team tokens, JSON:API pagination, request patterns, rate limits, and error handling.