You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "taisly-agent-kit",
3
3
"description": "Free AI-first short-form video publishing for TikTok, Instagram Reels, YouTube Shorts, X, and Facebook from Claude Code through Taisly.",
Copy file name to clipboardExpand all lines: SKILL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Use this skill when a user asks an AI agent to publish, schedule, or repost shor
20
20
- For MCP publishing, call `taisly_posts_create` only with `confirmed: true` after explicit user approval.
21
21
- Never invent platform IDs.
22
22
- Never expose or print `TAISLY_API_KEY`.
23
-
- If Taisly returns a current-plan or limit error, explain the limit clearly and provide the returned upgrade or pricing link when available. Do not attempt payment without explicit user confirmation.
23
+
- If Taisly returns a current-plan or limit error, explain `agent.message` when present and provide the returned `agent.paymentLinks` when available. Do not attempt payment without explicit user confirmation.
24
24
- Prefer scheduled posts when the user gives a future time.
25
25
- Save the returned `historyId` so status can be checked later.
26
26
- Supported local video extensions are `.mp4`, `.mov`, `.avi`, `.mkv`, `.webm`, `.flv`, `.mpeg`, and `.mpg`.
@@ -105,7 +105,7 @@ For MCP, follow the same sequence with `taisly_auth_status`, `taisly_platforms_l
105
105
-`SETUP_SESSION_MISSING`: run `taisly setup --agent <agent-slug>`, ask the user to open the returned login URL, then run `taisly checkin --agent <agent-slug>`.
106
106
-`PLATFORMS_REQUIRED`: ask which connected accounts should receive the post.
107
107
-`VIDEO_REQUIRED`: ask for a local video path.
108
-
-`LIMIT`: tell the user the current plan limit has been reached. Ask them to upgrade in Taisly before creating more posts, and include the returned upgrade or pricing link when available.
108
+
-`LIMIT`: tell the user the current plan limit has been reached. Use `agent.message` and `agent.paymentLinks` when present, ask them to upgrade in Taisly before retrying, and do not open or use payment links without explicit confirmation.
109
109
-`POST_NOT_FOUND_IN_RECENT_HISTORY`: tell the user the post was created but a dedicated status endpoint is not available yet; check Taisly History.
0 commit comments