Execute qualquer Skill no Manus
com um clique
com um clique
Execute qualquer Skill no Manus com um clique
Começar$pwd:
$ git log --oneline --stat
stars:1.323
forks:174
updated:29 de abril de 2026 às 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>"}'