بنقرة واحدة
json-toolkit
Format, validate, or minify JSON text.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Format, validate, or minify JSON text.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Suggest or play music based on the user's mood using the Loudly API.
Show a roulette wheel to randomly select a restaurant based on location and cuisine.
Show a virtual piano to play music.
Query summary from Wikipedia for a given topic.
Base64 and URI encode or decode text.
Open the phone dialer with a confirmed number.
| name | JSON Toolkit |
| description | Format, validate, or minify JSON text. |
| type | js |
Use this skill when the user needs to pretty-print, compress, or check JSON.
Call run_js with a JSON string in data containing:
action: format, minify, or validatetext: the raw JSON string to processSummarize the outcome for the user. For validate, report whether the JSON is valid and include the parser error message when it is not.