← Back to Skills Marketplace
70
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install numbers-judge
Description
判断某个字符串是否是数字和指定特定字符组成
README (SKILL.md)
判断文本是否是数字组成
何时使用
- 用户问:{文本内容}是否是数字和{特殊字符}组成
执行流程
- 提取用户问题中文本内容和特殊字符
- 调用自己skill种的main.py执行,第一个参数是文本内容,第二个参数是特殊字符
- 如果都是数字就返回为空,表示都是数字,如果其中有不是数字的,会返回所有数字
Usage Guidance
Do not rely on this as a complete install decision; rerun the review when metadata.json and artifact/ are readable so the skill can be assessed from evidence.
Capability Assessment
Purpose & Capability
Not assessable from artifact content because metadata.json and artifact/ could not be inspected.
Instruction Scope
No artifact-backed instruction-scope issue was identified, but the artifact instructions were not readable in this run.
Install Mechanism
No install-mechanism issue was identified from evidence; install specs were not accessible for review.
Credentials
No environment overreach was identified from evidence; runtime and capability artifacts were not accessible for review.
Persistence & Privilege
No persistence or privilege issue was identified from evidence; relevant artifacts were not accessible for review.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install numbers-judge - After installation, invoke the skill by name or use
/numbers-judge - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.1
- 支持传入切分特殊字符
v0.1.0
Initial release of number-check skill.
- Detects if a text string consists of numbers and specified special characters.
- Extracts text and special character from user queries.
- Core logic in main.py returns blank if all are numbers; otherwise, lists invalid characters.
- Skill documentation (SKILL.md) now available in Chinese.
Metadata
Frequently Asked Questions
What is Number Check,Judge Text Content Only Contain Number And Special Char?
判断某个字符串是否是数字和指定特定字符组成. It is an AI Agent Skill for Claude Code / OpenClaw, with 70 downloads so far.
How do I install Number Check,Judge Text Content Only Contain Number And Special Char?
Run "/install numbers-judge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Number Check,Judge Text Content Only Contain Number And Special Char free?
Yes, Number Check,Judge Text Content Only Contain Number And Special Char is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Number Check,Judge Text Content Only Contain Number And Special Char support?
Number Check,Judge Text Content Only Contain Number And Special Char is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Number Check,Judge Text Content Only Contain Number And Special Char?
It is built and maintained by killer (@wahahasssss); the current version is v0.1.1.
More Skills