4d-find-command
1
总安装量
1
周安装量
#47611
全站排名
安装命令
npx skills add https://github.com/e-marchand/skills --skill 4d-find-command
Agent 安装分布
amp
1
opencode
1
kimi-cli
1
codex
1
claude-code
1
Skill 文档
4D Command Finder
Search for 4D commands by keyword.
Usage
scripts/find_command.sh <search_term> [--verbose]
Options
--verboseor-v: Add category for each command
Examples
# Simple search
scripts/find_command.sh json
# Verbose output with types
scripts/find_command.sh json --verbose
Output
Simple mode (signature only):
JSON Parse(Text) -> Expression
JSON Stringify(Expression, Text?) -> Text
JSON Validate(Text, Object?) -> Object
Verbose mode (adds category):
JSON Parse(Text) -> Expression [JSON]
JSON Stringify(Expression, Text?) -> Text [JSON]
JSON Validate(Text, Object?) -> Object [JSON]
Parameters marked with ? are optional.