{
  "schemaVersion": "1.0",
  "item": {
    "slug": "typefully-drafts",
    "name": "Typefully Skill",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/chapati23/typefully-drafts",
    "canonicalUrl": "https://clawhub.ai/chapati23/typefully-drafts",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/typefully-drafts",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=typefully-drafts",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "scripts/typefully.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/typefully-drafts"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/typefully-drafts",
    "agentPageUrl": "https://openagent3.xyz/skills/typefully-drafts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/typefully-drafts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/typefully-drafts/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Typefully Skill",
        "body": "Manage Typefully drafts via the v2 API."
      },
      {
        "title": "Setup",
        "body": "Set your API key via one of:\n\nEnvironment variable: export TYPEFULLY_API_KEY=your-key\nPassword store: pass insert typefully/api-key\n\n\n(Optional) Set your social set ID:\n\nEnvironment variable: export TYPEFULLY_SOCIAL_SET_ID=123456\nPassword store: pass insert typefully/social-set-id\nIf not set, the script auto-detects (errors if multiple accounts exist — use list-social-sets to find yours)\n\n\nEnable \"Development mode\" in Typefully Settings → API to see draft IDs in the UI."
      },
      {
        "title": "Script Usage",
        "body": "bash scripts/typefully.sh <command> [options]"
      },
      {
        "title": "Commands",
        "body": "CommandDescriptionlist-drafts [status] [limit]List drafts. Status: draft, scheduled, published (default: all). Limit default: 10.create-draft <text> [--thread] [--platform x,linkedin,...] [--schedule <iso8601|next-free-slot>]Create a draft. For threads, separate posts with \\n---\\n. Use - or omit text to read from stdin. Default platform: x.get-draft <draft_id>Get a single draft with full details.edit-draft <draft_id> <text> [--thread] [--platform x,linkedin]Update draft content. Supports --thread for thread editing.schedule-draft <draft_id> <iso8601|next-free-slot|now>Schedule or publish a draft.delete-draft <draft_id>Delete a draft.list-social-setsList available social sets (accounts)."
      },
      {
        "title": "Examples",
        "body": "Create a simple tweet draft:\n\nbash scripts/typefully.sh create-draft \"Just shipped a new feature 🚀\"\n\nCreate a thread:\n\nbash scripts/typefully.sh create-draft \"First tweet of the thread\\n---\\nSecond tweet\\n---\\nThird tweet\" --thread\n\nCreate a thread from stdin (for longer content):\n\ncat <<'EOF' | bash scripts/typefully.sh create-draft - --thread\nFirst tweet of the thread\\n---\\nSecond tweet\\n---\\nThird tweet with the punchline\nEOF\n\nCreate cross-platform draft (X + LinkedIn):\n\nbash scripts/typefully.sh create-draft \"Exciting update!\" --platform x,linkedin\n\nSchedule a draft for a specific time:\n\nbash scripts/typefully.sh create-draft \"Morning thoughts ☀️\" --schedule \"2026-03-01T09:00:00Z\"\n\nSchedule to next free slot:\n\nbash scripts/typefully.sh schedule-draft 8196074 next-free-slot\n\nList recent drafts:\n\nbash scripts/typefully.sh list-drafts draft 5"
      },
      {
        "title": "Notes",
        "body": "publish_at: \"now\" publishes immediately — use with caution\npublish_at: \"next-free-slot\" uses the user's Typefully queue schedule\nThread posts are separated by \\n---\\n in the text argument\nThe script outputs JSON; pipe through jq for formatting\nAll API errors surface meaningful messages (401, 404, 429, etc.)"
      }
    ],
    "body": "Typefully Skill\n\nManage Typefully drafts via the v2 API.\n\nSetup\nSet your API key via one of:\nEnvironment variable: export TYPEFULLY_API_KEY=your-key\nPassword store: pass insert typefully/api-key\n(Optional) Set your social set ID:\nEnvironment variable: export TYPEFULLY_SOCIAL_SET_ID=123456\nPassword store: pass insert typefully/social-set-id\nIf not set, the script auto-detects (errors if multiple accounts exist — use list-social-sets to find yours)\nEnable \"Development mode\" in Typefully Settings → API to see draft IDs in the UI.\nScript Usage\nbash scripts/typefully.sh <command> [options]\n\nCommands\nCommand\tDescription\nlist-drafts [status] [limit]\tList drafts. Status: draft, scheduled, published (default: all). Limit default: 10.\ncreate-draft <text> [--thread] [--platform x,linkedin,...] [--schedule <iso8601|next-free-slot>]\tCreate a draft. For threads, separate posts with \\n---\\n. Use - or omit text to read from stdin. Default platform: x.\nget-draft <draft_id>\tGet a single draft with full details.\nedit-draft <draft_id> <text> [--thread] [--platform x,linkedin]\tUpdate draft content. Supports --thread for thread editing.\nschedule-draft <draft_id> <iso8601|next-free-slot|now>\tSchedule or publish a draft.\ndelete-draft <draft_id>\tDelete a draft.\nlist-social-sets\tList available social sets (accounts).\nExamples\n\nCreate a simple tweet draft:\n\nbash scripts/typefully.sh create-draft \"Just shipped a new feature 🚀\"\n\n\nCreate a thread:\n\nbash scripts/typefully.sh create-draft \"First tweet of the thread\\n---\\nSecond tweet\\n---\\nThird tweet\" --thread\n\n\nCreate a thread from stdin (for longer content):\n\ncat <<'EOF' | bash scripts/typefully.sh create-draft - --thread\nFirst tweet of the thread\\n---\\nSecond tweet\\n---\\nThird tweet with the punchline\nEOF\n\n\nCreate cross-platform draft (X + LinkedIn):\n\nbash scripts/typefully.sh create-draft \"Exciting update!\" --platform x,linkedin\n\n\nSchedule a draft for a specific time:\n\nbash scripts/typefully.sh create-draft \"Morning thoughts ☀️\" --schedule \"2026-03-01T09:00:00Z\"\n\n\nSchedule to next free slot:\n\nbash scripts/typefully.sh schedule-draft 8196074 next-free-slot\n\n\nList recent drafts:\n\nbash scripts/typefully.sh list-drafts draft 5\n\nNotes\npublish_at: \"now\" publishes immediately — use with caution\npublish_at: \"next-free-slot\" uses the user's Typefully queue schedule\nThread posts are separated by \\n---\\n in the text argument\nThe script outputs JSON; pipe through jq for formatting\nAll API errors surface meaningful messages (401, 404, 429, etc.)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/chapati23/typefully-drafts",
    "publisherUrl": "https://clawhub.ai/chapati23/typefully-drafts",
    "owner": "chapati23",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/typefully-drafts",
    "downloadUrl": "https://openagent3.xyz/downloads/typefully-drafts",
    "agentUrl": "https://openagent3.xyz/skills/typefully-drafts/agent",
    "manifestUrl": "https://openagent3.xyz/skills/typefully-drafts/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/typefully-drafts/agent.md"
  }
}