一键导入
bolta-audit-export-activity
Export audit/activity events for a workspace (agent + human actions) for debugging and compliance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Export audit/activity events for a workspace (agent + human actions) for debugging and compliance.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Activate a paused job after preview and voice validation - the explicit trust moment where user says "yes, start posting"
Modify an existing agent's configuration including persona, model tier, enabled skills, and job settings
Create and onboard a new AI agent teammate from marketplace presets with conversational discovery and preview generation.
Store and retrieve information across job runs - how agents learn and improve over time
Handle @mention interactions where users ask agents for quick feedback on posts and drafts
Bolta Skills Registry - canonical index and orchestration layer for all Bolta skills, organized by plane
| name | bolta.audit.export_activity |
| version | 1.0.0 |
| description | Export audit/activity events for a workspace (agent + human actions) for debugging and compliance. |
| category | ops |
| roles_allowed | ["Owner","Admin"] |
| required_scopes | ["audit:export"] |
| tools_required | ["bolta.export_audit_log"] |
| inputs_schema | {"type":"object","required":["workspace_id"],"properties":{"workspace_id":{"type":"string"},"start_time":{"type":"string"},"end_time":{"type":"string"},"actor_filter":{"type":"string","description":"optional principal_id"}}} |
| outputs_schema | {"type":"object","properties":{"events":{"type":"array","items":{"type":"object"}},"summary":{"type":"string"}}} |
| organization | bolta.ai |
| author | Max Fritzhand |
bolta.export_audit_log({workspace_id, start_time, end_time, actor_filter})Return events + a short summary.