在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:1,323
forks:174
updated:2026年4月29日 16:43
SKILL.md
| name | tsec-actions |
| description | 在 tsec CTF/智能渗透比赛中,当需要对某道题提交 flag 时使用 |
curl 调 API,TSEC_SERVER_HOST 和 TSEC_AGENT_TOKEN 已存在于环境变量flag{...} 格式提交 flag:
curl -X POST "http://${TSEC_SERVER_HOST}/api/submit" \
-H "Agent-Token: ${TSEC_AGENT_TOKEN}" \
-H "Content-Type: application/json" \
-d '{"code": "<challenge_code>", "flag": "<flag>"}'