Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるjson
スター3
フォーク1
更新日2026年5月30日 01:17
Data format.
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Data format.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Application programming interface.
Does CI work?
Did it work?
Is everything okay?
Is it running?
Does this meet standards?
| name | json |
| description | Data format. |
| license | MIT |
| metadata | {"author":"vant","version":"1.0"} |
Data format.
{
"key": "value",
"number": 42,
"boolean": true,
"null": null,
"array": [1, 2, 3],
"object": {
"nested": "value"
}
}
// JavaScript
const data = JSON.parse(string)
const string = JSON.stringify(data, null, 2)
# Python
python -c "import json; json.load(open('f.json'))"
# Node
node -e "JSON.parse(require('fs').readFileSync('f.json'))"
| Tool | Use |
|---|---|
| jq | CLI processing |
| jsonlint | Validation |
| jsondiff | Diff |
Role: JSON Handler
Input: JSON
Output: Data
Data format.