Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:0
forks:0
updated:May 6, 2026 at 16:48
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | wechat-longform-writer |
| description | 公众号长文写作:使用公众号长文写作 skill 将素材写成公众号长文。 |
| allowed-tools | Read, Write, Bash |
Follow shared NexTide rules in:
nextide-sharedcontent.wechat.longform.write0.2.0writingavailablelocal_agentfalsefreenexTideApiKeynonenonenonewechat, longform, writingDescription:
使用公众号长文写作 skill 将素材写成公众号长文。
Examples:
Input fields:
material (string, required):写作素材。Output fields:
article (string):公众号文章。CLI:
nextide capability run content.wechat.longform.write \
--input .nextide/input/content.wechat.longform.write.json \
--output .nextide/output/content.wechat.longform.write-result.json \
--mode wait
If the result contains artifacts, export them:
RUN_ID=$(node -e "const r=require('./.nextide/output/content.wechat.longform.write-result.json'); console.log(r.run && r.run.runId)")
nextide run artifacts "$RUN_ID" \
--output-dir .nextide/output/$RUN_ID \
--download \
--gallery \
--datatable
Then read summary.json first, followed by manifest.json.
available, fail fast and explain what is missing.--wait when the user wants a finished result in the same turn.nextide run artifacts <run-id> --output-dir .nextide/output/<run-id> --download --gallery --datatable and read summary.json then manifest.json.nextide run follow <run-id> --output-dir .nextide/output/<run-id> --timeout 1800 --interval 5.summary.recommendedResponse.message, preview.html, datatable.json, and local artifact paths over pasting huge raw JSON.explanation, convert it into a clear user-facing failure message with next actions.