Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add ankraft/ACME-oneM2M-CSE --skill acme-csegit clone --depth 1 https://github.com/ankraft/ACME-oneM2M-CSEWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ankraft/acme-onem2m-cse/acme-cse)<a href="https://agentmods.dev/skills/ankraft/acme-onem2m-cse/acme-cse"><img src="https://agentmods.dev/badge/skills/ankraft/acme-onem2m-cse/acme-cse/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ankraft/acme-onem2m-cse/acme-cse"><img src="https://agentmods.dev/badge/skills/ankraft/acme-onem2m-cse/acme-cse.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 8 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 127 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 128 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 129 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 130 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 131 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 132 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 133 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 134 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00105 | $0.03584 |
| Opus 5 | $0.00053 | $0.01792 |
| Sonnet 5 | $0.00021 | $0.00717 |
| Haiku 4.5 | $0.00011 | $0.00358 |
Grade A, and why
acme-cse scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 332 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ACME oneM2M CSE Skill
Overview
The ACME CSE is an open source Python implementation of the oneM2M IoT standard,
designed for education and small trials. It is installed via pip (pip install acmecse)
or by cloning the GitHub repo. All documentation lives at https://acmecse.net (MkDocs /
Material for MkDocs). The GitHub repo is https://github.com/ankraft/ACME-oneM2M-CSE.
Current release as of skill authoring: v2026.05. Always note if the user might be on a different version, and suggest checking the site for the latest.
Site Navigation Map
Use these URLs directly — do not guess or construct URLs.
Top-level entry points
| Section | URL |
|---|---|
| Home / intro | https://acmecse.net/ |
| What is ACME CSE? | https://acmecse.net/home/ACME-CSE-introduction/ |
| What is oneM2M? | https://acmecse.net/home/oneM2M-introduction/ |
| Supported features | https://acmecse.net/home/Supported/ |
| Roadmap | https://acmecse.net/home/Roadmap/ |
| FAQ | https://acmecse.net/help/FAQ/ |
Setup & Running
| Page | URL |
|---|---|
| Installation | https://acmecse.net/setup/Installation/ |
| Running | https://acmecse.net/setup/Running/ |
| Database Setup | https://acmecse.net/setup/Database/ |
| Certificates, Tokens & Auth | https://acmecse.net/setup/Certificates/ |
Configuration (all under setup/)
| Page | URL |
|---|---|
| Introduction (INI format, Zookeeper, env vars, interpolation) | https://acmecse.net/setup/Configuration-introduction/ |
| Basic Configuration | https://acmecse.net/setup/Configuration-basic/ |
| CSE General Settings | https://acmecse.net/setup/Configuration-cse/ |
| CSE Registrations | https://acmecse.net/setup/Configuration-registrations/ |
| Databases | https://acmecse.net/setup/Configuration-database/ |
| Logging | https://acmecse.net/setup/Configuration-logging/ |
| Protocol Binding — CoAP | https://acmecse.net/setup/Configuration-coap/ |
| Protocol Binding — HTTP | https://acmecse.net/setup/Configuration-http/ |
| Protocol Binding — MQTT | https://acmecse.net/setup/Configuration-mqtt/ |
| Protocol Binding — WebSocket | https://acmecse.net/setup/Configuration-ws/ |
| Scripting | https://acmecse.net/setup/Configuration-scripting/ |
| User Interfaces | https://acmecse.net/setup/Configuration-uis/ |
| oneM2M Resources | https://acmecse.net/setup/Configuration-resources/ |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 332 lines · 105 tokens per session scan A ee4351b37aa7
acme-cse is a skill published in the GitHub repository ankraft/ACME-oneM2M-CSE (30 stars, last pushed 17d ago), licensed BSD-3-Clause. It adds 105 tokens to every session and 3,584 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
amazon-alexa
Integracao completa com Amazon Alexa para criar skills de voz inteligentes, transformar Alexa em assistente com Claude como cerebro (projeto Auri) e integrar com AWS ecosystem (Lambda, DynamoDB, Polly, Transcribe, Lex, Smart Home).
industrial-iot
Architect high-throughput industrial telemetry via MQTT & OPC UA.
amazon-alexa
Integracao completa com Amazon Alexa para criar skills de voz inteligentes, transformar Alexa em assistente com Claude como cerebro (projeto Auri) e integrar com AWS ecosystem (Lambda, DynamoDB, Polly, Transcribe, Lex, Smart Home).
amazon-alexa
Integracao completa com Amazon Alexa para criar skills de voz inteligentes, transformar Alexa em assistente com Claude como cerebro (projeto Auri) e integrar com AWS ecosystem (Lambda, DynamoDB, Polly, Transcribe, Lex, Smart Home).
amazon-alexa
Integracao completa com Amazon Alexa para criar skills de voz inteligentes, transformar Alexa em assistente com Claude como cerebro (projeto Auri) e integrar com AWS ecosystem (Lambda, DynamoDB, Polly, Transcribe, Lex, Smart Home).
amazon-alexa
Integracao completa com Amazon Alexa para criar skills de voz inteligentes, transformar Alexa em assistente com Claude como cerebro (projeto Auri) e integrar com AWS ecosystem (Lambda, DynamoDB, Polly, Transcribe, Lex, Smart Home).