بنقرة واحدة
bolta-get-account-info
Get social account details including platform, handle, status, and token validity
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Get social account details including platform, handle, status, and token validity
التثبيت باستخدام 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.get_account_info |
| version | 2.0.0 |
| description | Get social account details including platform, handle, status, and token validity |
| category | content |
| roles_allowed | ["Viewer","Creator","Editor","Admin"] |
| agent_types | ["content_creator","reviewer","analytics","engagement","custom"] |
| safe_defaults | {} |
| tools_required | [] |
| inputs_schema | {"type":"object","required":["account_id"],"properties":{"account_id":{"type":"string","description":"Social account UUID"}}} |
| outputs_schema | {"type":"object","properties":{"success":{"type":"boolean"},"account_id":{"type":"string"},"platform":{"type":"string"},"username":{"type":"string"},"handle":{"type":"string"},"display_name":{"type":"string"},"token_status":{"type":"string"},"is_active":{"type":"boolean"}}} |
| organization | bolta.ai |
| author | Bolta Team |
Get social account details to verify platform, handle, and token validity before posting or engaging.
{
"success": true,
"account_id": "uuid",
"platform": "linkedin",
"username": "acmecorp",
"handle": "@acmecorp",
"display_name": "Acme Corp",
"token_status": "valid",
"is_active": true
}
{
"account_id": "uuid"
}
Result: Receive account details including platform and token status