aidp-rest-generic

aidp-rest-generic is a skill for Claude Code from oracle-samples/oracle-aidp-samples. It costs 73 tokens per session (1,250 once invoked), scanned A, original, UPL-1.0.

A connector for loading data from a general REST API into a Spark DataFrame. REST APIs are web services that return structured data, and Spark DataFrames are tables that can be processed in a notebook.

In plain words
What is it for?
Use it to bring data from a non-specialised REST service into Spark for analysis or further processing.
Why use it?
It removes the need to write the API request and data-loading setup by hand for supported endpoints.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the oracle-ai-data-platform-workbench-spark-connectors plugin — 28 skills shipped together

Good fit Use it to bring data from a non-specialised REST service into Spark for analysis or further processing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/oracle-samples/oracle-aidp-samples/aidp-rest-generic
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 oracle-samples/oracle-aidp-samples --skill aidp-rest-generic
Clone the repo
git clone --depth 1 https://github.com/oracle-samples/oracle-aidp-samples

Made for: Claude Code.

Or install oracle-ai-data-platform-workbench-spark-connectors, the plugin that ships this one along with the rest of its 28 skills.

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 aidp-rest-generic

README.md
[![agentmods](https://agentmods.dev/badge/skills/oracle-samples/oracle-aidp-samples/aidp-rest-generic.svg)](https://agentmods.dev/skills/oracle-samples/oracle-aidp-samples/aidp-rest-generic)
Your own site
<a href="https://agentmods.dev/skills/oracle-samples/oracle-aidp-samples/aidp-rest-generic"><img src="https://agentmods.dev/badge/skills/oracle-samples/oracle-aidp-samples/aidp-rest-generic.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,250 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.00073 $0.01250
Opus 5 $0.00036 $0.00625
Sonnet 5 $0.00015 $0.00250
Haiku 4.5 $0.00007 $0.00125

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

Security

Grade A, and why

aidp-rest-generic 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 5d 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.

ai/claude-code-plugins/oracle-ai-data-platform-workbench-spark-connectors/skills/aidp-rest-generic/SKILL.md · 108 lines

The source is not reproduced here

Licensed UPL-1.0

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

Read it on GitHub

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. 5d ago First seen · 108 lines · 73 tokens per session scan A a6b2db0c3ed1

Subscribe to this mod's changes

aidp-rest-generic is a skill published in the GitHub repository oracle-samples/oracle-aidp-samples (46 stars, last pushed 7d ago), licensed UPL-1.0. It adds 73 tokens to every session and 1,250 once invoked, about $0.0004 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-09-03.

Related

Other skills, from other repositories

migrating-ai-sdk-to-common-ai

Migrates Airflow projects from airflow-ai-sdk to apache-airflow-providers-common-ai 0.4.0+. Use when replacing airflow-ai-sdk with the official Airflow AI provider - migrating LLM decorators (@task.llm, @task.agent, @task.llmbranch, @task.embed), switching from model strings/objects to connection-based LLM…

astronomer/agents · 151 tokens

creating-openlineage-extractors

Create custom OpenLineage extractors for Airflow operators. Use when the user needs lineage from unsupported or third-party operators, wants column-level lineage, or needs complex extraction logic beyond what inlets/outlets provide.

astronomer/agents · 51 tokens

kafka-shadowtraffic

Generate a ShadowTraffic configuration to populate a Kafka topic with realistic synthetic data. Discovers the target topic, its key and value schemas, and the correct serializers from the live cluster via any attached Kafka MCP server, then writes a ready-to-run shadowtraffic-config.json and Docker command. Use when…

lensesio/agentic-engineering-for-apache-kafka · 134 tokens

azure-openai-patterns

Azure OpenAI API patterns for rate limiting, function calling, error handling, and token optimization.

fabioc-aloha/Alex_Skill_Mall · 24 tokens

claude-api

Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports anthropic/@anthropic-ai/sdk/claudeagentsdk, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports openai/other AI SDK, general programming, or ML/data-science tasks.

PM-Shawn/Abu-Cowork · 84 tokens

apache-beam-unified-batch-and-stream

Guides agents through Apache Beam pipelines that unify batch and streaming logic. Use when designing Beam transforms, windowing, runners, replay behavior, or portability across execution backends.

vaquarkhan/data-engineering-agent-skills · 45 tokens