insights-rbac: Skill for Cursor

.cursor/skills/internal-api/SKILL.md

internal-api is a skill for Cursor from project-kessel/insights-rbac. It costs 48 tokens per session (2,004 once invoked), scanned A, original, AGPL-3.0.

A tool for calling internal RBAC APIs through Turnpike in staging or production environments. RBAC means role-based access control, where permissions depend on assigned roles or relationships.

In plain words
What is it for?
Use it with internal endpoints for utilities, tenants, relationships, inventory, disaster recovery, and integrations.
Why use it?
It gives developers a way to invoke internal access-control endpoints without manually handling the service routing.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is project-kessel/insights-rbac's own configuration. It tells Cursor how to work on insights-rbac itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything insights-rbac configures →

Reuse

Borrowing it

Nothing to install: this file belongs to project-kessel/insights-rbac. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/project-kessel/insights-rbac/master/.cursor/skills/internal-api/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/project-kessel/insights-rbac

Made for: Cursor.

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 internal-api

README.md
[![agentmods](https://agentmods.dev/badge/skills/project-kessel/insights-rbac/internal-api.svg)](https://agentmods.dev/skills/project-kessel/insights-rbac/internal-api)
Your own site
<a href="https://agentmods.dev/skills/project-kessel/insights-rbac/internal-api"><img src="https://agentmods.dev/badge/skills/project-kessel/insights-rbac/internal-api.svg" alt="Measured on agentmods" height="20"></a>
Per session 48 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,004 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.
Origin unknown 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.00048 $0.02004
Opus 5 $0.00024 $0.01002
Sonnet 5 $0.00010 $0.00401
Haiku 4.5 $0.00005 $0.00200

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

Security

Grade A, and why

internal-api 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/internal-api.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.cursor/skills/internal-api/SKILL.md · 221 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 221 lines · 48 tokens per session scan A a53e0c27182b

Subscribe to this mod's changes

internal-api is a skill published in the GitHub repository project-kessel/insights-rbac (11 stars, last pushed today), licensed AGPL-3.0. It adds 48 tokens to every session and 2,004 once invoked, about $0.0002 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

at_client_skills-sdk

Use this skill when a developer is building a Dart or Flutter app that depends on atclient or atclientflutter from pub.dev, stores or shares data via the Atsign Protocol, needs onboarding (CRAM new-atsign, atKeys file, keychain, APKAM) or APKAM enrollment, or asks about AtCollection , CItem , Query , sub-collections…

atsign-foundation/at_client_sdk · 232 tokens

adt-api-discovery

Investigate SAP ADT REST API endpoints. Use when the user asks about ADT API endpoints, request/response XML formats, content types, or how a specific ADT feature works under the hood. Teaches how to trace from discovery documents → RESAPP classes → handler classes → Simple Transformations → XML schemas. Requires the…

marcellourbani/vscode_abap_remote_fs · 108 tokens

abap-code-writing

Structured process for building ABAP solutions. Use BEFORE writing any ABAP code — reports, classes, function modules, enhancements, or full processes. Guides through requirement validation, system exploration, architecture planning, research of existing objects, and detailed design before any code is written.

marcellourbani/vscode_abap_remote_fs · 59 tokens

ast-grep

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for…

JanDeDobbeleer/oh-my-posh · 80 tokens

mem0-oss-to-platform

Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…

mem0ai/mem0 · 273 tokens

agui-dotnet-protobuf

Use the protobuf wire transport (instead of the default Server-Sent Events) for an AG-UI connection with the AG-UI .NET SDK — a compact binary event stream negotiated via the Accept header. USE FOR: making an AGUIChatClient prefer protobuf by wiring an AGUIEventStreamHandler with ProtobufEventStreamFormatter (then…

ag-ui-protocol/ag-ui · 162 tokens