Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始める$pwd:
$ git log --oneline --stat
stars:35
forks:1
updated:2026年4月7日 04:24
SKILL.md
| name | signet |
| description | Cryptographic signing for every tool call with Ed25519 audit trail |
Signet is active. Every tool call is signed with Ed25519 and logged to a hash-chained audit trail at ~/.signet/audit/.
Agent identity: codex-agent (auto-generated on first use)
View recent signed tool calls (requires signet CLI):
signet audit --since 1h
Verify hash chain integrity:
signet audit --verify
View raw audit log without CLI:
cat ~/.signet/audit/$(date +%Y-%m-%d).jsonl | jq '.receipt.action.tool'
Export audit report:
signet audit --export report.json --since 24h