acme-cse

acme-cse is a skill for Claude Code, Codex from ankraft/ACME-oneM2M-CSE. It costs 105 tokens per session (3,584 once invoked), scanned A, original, BSD-3-Clause.

A reference guide for ACME oneM2M CSE, an open-source Python implementation of a standard for communication between Internet-of-Things devices and services.

In plain words
What is it for?
Use it for installation, configuration, runtime options, communication protocols, plugins, scripting, and development work.
Why use it?
It helps answer project-specific questions without requiring contributors to search through the project’s documentation themselves.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for installation, configuration, runtime options, communication protocols, plugins, scripting, and development work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ankraft/acme-onem2m-cse/acme-cse
Install

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.

Any agent
npx skills add ankraft/ACME-oneM2M-CSE --skill acme-cse
Clone the repo
git clone --depth 1 https://github.com/ankraft/ACME-oneM2M-CSE

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for acme-cse

README.md
[![agentmods](https://agentmods.dev/badge/skills/ankraft/acme-onem2m-cse/acme-cse/github.svg)](https://agentmods.dev/skills/ankraft/acme-onem2m-cse/acme-cse)
Your own site
<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.

agentmods 80×15 button for acme-cse

Your own site · 80×15
<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>
Per session 105 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,584 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
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.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash ee4351b37aa7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

skills/acme-cse/SKILL.md · 332 lines

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.


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/

Read the full file on GitHub · 332 lines

Changes

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.

  1. 12d ago First seen · 332 lines · 105 tokens per session scan A ee4351b37aa7

Subscribe to this mod's changes

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.

Related

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).

sickn33/agentic-awesome-skills · 53 tokens

industrial-iot

Architect high-throughput industrial telemetry via MQTT & OPC UA.

andreibesleaga/GABBE · 15 tokens

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).

iradoweck/antigravity-awesome-skills · 53 tokens

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).

Ghosteken/agent-harness · 53 tokens

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).

sendralt/agentic-awesome-skills · 53 tokens

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).

STELIORD/agentic-awesome-skills · 53 tokens