一键导入
bolta-list-recent-posts
Get the last N published posts for an account to avoid repetition and maintain content variety
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Get the last N published posts for an account to avoid repetition and maintain content variety
用 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.list_recent_posts |
| version | 2.0.0 |
| description | Get the last N published posts for an account to avoid repetition and maintain content variety |
| category | content |
| roles_allowed | ["Viewer","Creator","Editor","Admin"] |
| agent_types | ["content_creator","analytics","custom"] |
| safe_defaults | {"default_limit":10,"max_limit":50} |
| tools_required | [] |
| inputs_schema | {"type":"object","required":["account_id"],"properties":{"account_id":{"type":"string","description":"Social account UUID"},"limit":{"type":"number","description":"Number of posts to retrieve (default 10, max 50)","default":10}}} |
| outputs_schema | {"type":"object","properties":{"success":{"type":"boolean"},"count":{"type":"number"},"posts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"},"platform":{"type":"string"},"published_at":{"type":"string"},"voice_profile_id":{"type":"string"},"is_ai_generated":{"type":"boolean"},"metrics":{"type":"object"}}}}}} |
| organization | bolta.ai |
| author | Bolta Team |
Get the last N published posts for an account. Use this to avoid repetition and maintain content variety.
{
"success": true,
"count": 10,
"posts": [
{
"id": "uuid",
"content": "🏠 5 remote work mistakes I made...",
"platform": "linkedin",
"published_at": "2026-02-20T09:00:00Z",
"voice_profile_id": "uuid",
"is_ai_generated": true,
"metrics": {
"likes": 47,
"comments": 12,
"shares": 8,
"engagement_rate": 0.028
}
}
]
}
{
"account_id": "uuid",
"limit": 10
}
Result: Receive last 10 published posts to avoid topic repetition and maintain variety