ClaudeSuperPower

aidp-tools

Skill

Create and manage standalone reusable AIDP agent Tools — SQL, Prompt, RAG, HTTP, Custom, and MCP tools that can be shared across agent flows by key. Use when the user wants to define a reusable tool (not inline in one flow), list/create/update/delete a tool, test a tool, or build a tool an agent/age

Install

git clone https://github.com/oracle-samples/oracle-aidp-samples.git ~/.claude/skills/aidp-tools

What is aidp-tools?

Create and manage standalone reusable AIDP agent Tools — SQL, Prompt, RAG, HTTP, Custom, and MCP tools that can be shared across agent flows by key. Use when the user wants to define a reusable tool (not inline in one flow), list/create/update/delete a tool, test a tool, or build a tool an agent/agent-flow node will reference. For attaching a tool inside a single flow as a node, see aidp-agent-flows + references/agent-flow-nodes.md.

What this can do

Capabilities declared in this component's own frontmatter — not inferred.

Inherit all session tools

Declares no tool restrictions — inherits every session tool

~109 tokens of context used while enabled, before you invoke anything

Documentation

README · ~2 min read

aidp-tools — standalone reusable agent tools

A standalone Tool is a reusable tool object an agent or an agent-flow node references by toolKey, instead of inlining the config in every flow. Workspace-scoped under the LA AgentFlows family.

Engine: oci raw-request --profile DEFAULT (no CLI group in v1.0.0). Workspace-scoped, and the write path is VERIFIED live 2026-06-10 (round-trip on oaseceal): POST …/workspaces/<ws>/tools200 (returns key, toolConfig, toolProvider, toolType, inputSchema, …); DELETE …/tools/<key>204.

When to use

  • "Create/define a reusable tool", "make a SQL/Prompt/RAG/HTTP/MCP/Custom tool", list/update/delete/test tools.
  • NOT a tool used only inside one flow (inline it as a node → aidp-agent-flows, references/agent-flow-nodes.md).

Tool kinds (toolType)

Reviews

Log in to leave a review.

No reviews yet — be the first.

Explore related

Other things in this space — across every part of the ecosystem, not just skills.