io.github.Dusheh/myclaw-toolkit
NPM · MYCLAW-TOOLKIT · SCANNED AUG 3
23-in-1 developer utility toolkit — search, exchange rates, crypto, QR codes, and more
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (125 of 129), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (125 of 129), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 4 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability66
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1063 tokens (~42/item across 25 items; 25 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
- Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · myclaw-toolkit
claude mcp add dusheh-myclaw-toolkit -- npx -y myclaw-toolkit
codex mcp add dusheh-myclaw-toolkit -- npx -y myclaw-toolkit
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dusheh-myclaw-toolkit": {
"type": "local",
"command": [
"npx",
"-y",
"myclaw-toolkit"
],
"enabled": true
}
}
} openclaw mcp add dusheh-myclaw-toolkit --command npx --arg -y --arg myclaw-toolkit
mcp_servers:
dusheh-myclaw-toolkit:
command: "npx"
args: ["-y", "myclaw-toolkit"] {
"mcpServers": {
"dusheh-myclaw-toolkit": {
"command": "npx",
"args": [
"-y",
"myclaw-toolkit"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +42
- Provenance: unverified → fail ▼ security
- Install scripts: unverified → pass ▲ security
- Known CVEs: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → good ▲ functional
- Licence: MIT functional
- 1 Aug 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 +4
- Malware scan: pass → unverified ▼ security
- Tool coverage: unverified → 100 ▲ functional
- 29 Jul 26 −1
- Dependency health: partial → unverified ▼ functional
- 28 Jul 26 −21
- Tool coverage: 100 → unverified ▼ functional
- Dependency health: unverified → partial ▲ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 125 packages
125 packages in the resolved dependency tree · 125 deprecated · 39 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
ai_translate ~53
Translate text between languages (uses MyMemory translation API)
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | — | Source language (auto for auto-detect) |
| text | string | yes | Text to translate |
| to | string | — | Target language |
No output schema declared.
No examples provided.
base64 ~49
Encode or decode Base64 strings (runs locally, no data leaves your machine)
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Operation to perform |
| text | string | yes | Text to encode or Base64 to decode |
No output schema declared.
No examples provided.
bmi_calculator ~47
Calculate BMI (Body Mass Index) from height and weight (runs locally, no network)
| Name | Type | Req | Description |
|---|---|---|---|
| height | number | yes | Height in centimeters |
| weight | number | yes | Weight in kilograms |
No output schema declared.
No examples provided.
color_tools ~62
Convert colors between hex, RGB, and HSL formats (runs locally, no network)
| Name | Type | Req | Description |
|---|---|---|---|
| color | string | yes | Color value (hex like '#ff0000', rgb like '255,0,0', or hsl like '0,100,50') |
No output schema declared.
No examples provided.
compare ~42
Compare two items side-by-side (text, products, anything)
| Name | Type | Req | Description |
|---|---|---|---|
| a | string | yes | First item to compare |
| b | string | yes | Second item to compare |
No output schema declared.
No examples provided.
crypto_price ~59
Get current cryptocurrency prices in USD or any fiat currency
| Name | Type | Req | Description |
|---|---|---|---|
| coin | string | yes | Cryptocurrency symbol (e.g., BTC, ETH, SOL, USDT) |
| vs | string | — | Quote currency (e.g., usd, cny, eur) |
No output schema declared.
No examples provided.
domain_check ~34
Check domain name availability and whois information
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | Domain name to check (e.g., example.com) |
No output schema declared.
No examples provided.
exchange_rate ~59
Get real-time currency exchange rates between any two currencies
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | yes | Source currency code (e.g., USD, CNY, EUR) |
| to | string | yes | Target currency code (e.g., USD, CNY, EUR) |
No output schema declared.
No examples provided.
hash ~49
Generate cryptographic hashes — MD5, SHA1, SHA256, SHA512 (runs locally, no network)
| Name | Type | Req | Description |
|---|---|---|---|
| algorithm | string | — | Hash algorithm |
| text | string | yes | Text to hash |
No output schema declared.
No examples provided.
health_check ~21
Check if the MyClaw API backend is reachable and responsive
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
json_formatter ~46
Format, validate, or minify JSON strings (runs locally, no data leaves your machine)
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | — | Operation |
| json | string | yes | JSON string to process |
No output schema declared.
No examples provided.
markdown_to_html ~35
Convert Markdown text to HTML (runs locally, no data leaves your machine)
| Name | Type | Req | Description |
|---|---|---|---|
| markdown | string | yes | Markdown text to convert |
No output schema declared.
No examples provided.
news_search ~35
Search news articles from global sources
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | — | Number of articles |
| query | string | yes | News search query |
No output schema declared.
No examples provided.
product_search ~36
Search products across multiple e-commerce platforms
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | — | Number of results |
| query | string | yes | Product search query |
No output schema declared.
No examples provided.
qrcode ~37
Generate QR codes from text or URLs (runs locally, no network)
| Name | Type | Req | Description |
|---|---|---|---|
| text | string | yes | Text or URL to encode in QR code |
No output schema declared.
No examples provided.
quote ~21
Get inspirational or random quotes (remote API, no user data sent)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
read_page ~34
Extract readable content from any web page (like Readability)
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | Web page URL to extract content from |
No output schema declared.
No examples provided.
rss_feed ~39
Fetch and parse RSS feeds from any URL
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | — | Number of items |
| url | string | yes | RSS feed URL to fetch |
No output schema declared.
No examples provided.
text_tools ~43
Text processing utilities — count, reverse, case conversion (runs locally, no network)
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Operation |
| text | string | yes | Text to process |
No output schema declared.
No examples provided.
timestamp ~24
Get current Unix timestamp and ISO 8601 datetime (runs locally, no network)
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
url_tools ~42
Encode or decode URL strings (runs locally, no network)
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | Operation |
| text | string | yes | Text to encode or URL to decode |
No output schema declared.
No examples provided.
uuid ~32
Generate UUID v4 identifiers (runs locally, no network)
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | — | Number of UUIDs to generate |
No output schema declared.
No examples provided.
vcard_generator ~61
Generate vCard (.vcf) contact files (runs locally, no network)
| Name | Type | Req | Description |
|---|---|---|---|
| string | — | Email address | |
| name | string | yes | Full name |
| org | string | — | Organization/company |
| phone | string | — | Phone number |
No output schema declared.
No examples provided.
web_search ~41
Search the web using Bing — returns titles, snippets, and URLs
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | — | Number of results |
| query | string | yes | Search query |
No output schema declared.
No examples provided.
wifi_qrcode ~62
Generate WiFi connection QR codes (runs 100% locally — your password NEVER leaves your device)
| Name | Type | Req | Description |
|---|---|---|---|
| password | string | yes | WiFi password |
| security | string | — | Security type |
| ssid | string | yes | WiFi network name (SSID) |
No output schema declared.
No examples provided.