ashby

ashby is a skill for Claude Code, Codex from withoneai/one-agent-plugin. It costs 0 tokens per session (5,134 once invoked), scanned A, a copy of 2-chat, MIT.

A connection to Ashby, a recruiting platform for tracking candidates, job openings, scheduling, sourcing, and hiring data. It provides instructions for reading and changing Ashby data through One.

In plain words
What is it for?
Use it to access Ashby data and carry out supported recruiting-platform actions after confirming the Ashby integration is connected.
Why use it?
It gives an AI assistant a defined way to work with recruiting records without guessing Ashby's field names or action parameters.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/withoneai/one-agent-plugin/ashby
Any agent
npx skills add withoneai/one-agent-plugin --skill ashby
Clone the repo
git clone --depth 1 https://github.com/withoneai/one-agent-plugin

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 ashby

README.md
[![agentmods](https://agentmods.dev/badge/skills/withoneai/one-agent-plugin/ashby.svg)](https://agentmods.dev/skills/withoneai/one-agent-plugin/ashby)
Your own site
<a href="https://agentmods.dev/skills/withoneai/one-agent-plugin/ashby"><img src="https://agentmods.dev/badge/skills/withoneai/one-agent-plugin/ashby.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,134 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 78% copy Near-identical to another mod 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 $0.00000 $0.05134
Opus 5 $0.00000 $0.02567
Sonnet 5 $0.00000 $0.01027
Haiku 4.5 $0.00000 $0.00513

Measured 3d ago against content hash 605908d67d3f, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ashby 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 3d 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.

Origin

This is a copy

78% identical to 2-chat — 304 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

platforms/one-ashby/skills/ashby/SKILL.md · 209 lines

How it starts

The opening of the file, as written. The whole thing — 209 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Ashby through One

Ashby is an all-in-one recruiting platform that combines applicant tracking, recruiting CRM, scheduling, sourcing, and analytics, with embedded AI and automation to help teams manage and scale hiring workflows from startups to large enterprises.

One exposes Ashby through four MCP tools. The table below carries real action ids from One's knowledge base, so for a common operation you can skip search and go straight to reading the action's parameters.

How to run an action

  1. Find the action in the table below, or call search_one_platform_actions with platform ashby if it is not listed.
  2. Call get_one_action_knowledge with the action id. Do this every time, including for actions in this table. The table gives you the id, not the parameters.
  3. Call execute_one_action with parameters copied from that knowledge.

Never guess a parameter name, a body field, or an enum value. The knowledge has the real schema, and a guessed field is either a 400 or a silent write of the wrong thing.

Before you start

Call list_one_integrations once and confirm Ashby is connected. If it is missing, the user has not connected it: say so and point them at https://app.withone.ai rather than reaching for raw HTTP.

Each connection carries an access field. If it reports {"policy": "methods", "methods": ["GET"]} the agent is read-only here, so plan a read-only answer instead of attempting a write that will be refused.

Before a write

Creates, updates, deletes and sends land on a real Ashby account and cannot be recalled. State the action and the specific target in one line before the first write in a task, and let the user stop you. Reads need no confirmation.

Actions

Candidates

Action Method Path Action id
Add a Candidate to a Project POST /candidate.addProject conn_mod_def::GMPpWrA2xG4::eLaQJRJbQKCLGwHd-5IAYA
Add Tag to a Candidate POST /candidate.addTag conn_mod_def::GMPpWrIz98E::yaOowODFTdKoSp8WGlTZ7g
Create a Candidate POST /candidate.create conn_mod_def::GMPpWzESRrU::bwzuhdxeQP-i09f3bLBeuQ
Get Candidate Details POST /candidate.info conn_mod_def::GMPpWy9Vh3U::KmvGbme7RdCCfJ1T7-puSQ
List Candidates POST /candidate.list conn_mod_def::GMPpWyZ3NXw::Bs2cCk9LTquFgHKuhfYKMg
List Fraud Checks for a Candidate POST /candidate.listFraudChecks conn_mod_def::GMPpW7R9mFg::pSRsOA9DT1-2aWAXXXYxQA
Remove a Tag from a Candidate POST /candidate.removeTag conn_mod_def::GMPpXBo9_98::i8ZQkyhFRHqRqpkouyiDMA
Search Candidates POST /candidate.search conn_mod_def::GMPpXDcgNfI::JGNIW9SzQiqTBHm4Sohq6Q
Set Fraud Status for a Candidate POST /candidate.setFraudStatus conn_mod_def::GMPpXC4ej1E::XtBZ1xTrSE2fQYi36gIDVQ
Update a Candidate POST /candidate.update conn_mod_def::GMPpXBqHukQ::1dJ4g03bR2SOKgOAupTDUQ
Upload File for a Candidate POST /candidate.uploadFile conn_mod_def::GMPpXMK1Wd8::AUgFnIEmSfyKrtdmGpDQAw
Upload Resume for a Candidate POST /candidate.uploadResume conn_mod_def::GMPpXKuK56s::uFtvwUMKSKWht8m0s05cqw

Read the full file on GitHub · 209 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. 3d ago First seen · 209 lines · 0 tokens per session scan A 605908d67d3f

Subscribe to this mod's changes

ashby is a skill published in the GitHub repository withoneai/one-agent-plugin (1 stars, last pushed 14d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 5,134 tokens. A static security scan graded it A with 0 findings. It is 78% identical to 2-chat, differing in 304 lines, and is treated as a copy.

Related

Other skills, from other repositories

ble

Use BLEA to diagnose and automate local Bluetooth Low Energy devices. Trigger for BLE adapter or permission problems, nearby-device scans, deterministic device selection, GATT discovery and reads, bounded notification observation, read-only JSONL evidence capture, offline semantic comparison or replay of BLE captures…

Nitmi/blea · 94 tokens

hyperpod-version-checker

Check and compare software component versions on SageMaker HyperPod cluster nodes - NVIDIA drivers, CUDA toolkit, cuDNN, NCCL, EFA, AWS OFI NCCL, GDRCopy, MPI, Neuron SDK (Trainium/Inferentia), Python, and PyTorch. Use when checking component versions, verifying CUDA/driver compatibility, detecting version mismatches…

awslabs/agent-plugins · 120 tokens

unifi-protect

How to manage UniFi Protect cameras and NVR — view cameras, smart detections, Find Anything detection search, recordings, snapshots, lights, sensors, Known Faces, license plates, and the Alarm Manager. Use this skill when the user mentions UniFi cameras, security cameras, NVR, recordings, motion detection, person…

sirkirby/unifi-mcp · 112 tokens

model-deployment

Generates code that deploys fine-tuned models from SageMaker Serverless Model Customization to SageMaker endpoints or Bedrock. Use when the user says "deploy my model", "create an endpoint", "make it available", or asks about deployment options. Identifies the correct deployment pathway (Nova vs OSS), generates…

awslabs/agent-plugins · 76 tokens

mijia-automation

不要一开始就堆节点。先把需求拆成:触发、状态、变换、条件、动作、退出、恢复,再读取 知识索引 中最相关的一至三个模式文件。.

allocnode/oh-my-sage · 55 tokens

qodo-pr-resolver

Compatibility alias for explicit qodo-pr-resolver requests. Follow the complete Qodo PR review workflow embedded here and use qodo-review-resolver for new invocations; lifecycle update provenance intentionally uses the canonical qodo-review-resolver release-index identity.

qodo-ai/qodo-skills · 55 tokens