github-recruiter

github-recruiter is a skill for Claude Code, Codex from anneheartrecord/charles-skill. It costs 63 tokens per session (410 once invoked), scanned A, original, MIT.

A command-line tool for finding active public GitHub contributors and contacting them for recruitment or collaboration. It searches repositories, collects publicly available contact details, and can send templated email.

In plain words
What is it for?
Use it to search by technical topic, identify repository contributors or pull-request authors, collect public email addresses, preview messages, send outreach, and view campaign statistics.
Why use it?
It removes much of the manual work of finding relevant contributors and preparing outreach, while limiting collection to public information.

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/anneheartrecord/charles-skill/github-recruiter
Any agent
npx skills add anneheartrecord/charles-skill --skill github-recruiter
Clone the repo
git clone --depth 1 https://github.com/anneheartrecord/charles-skill

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 github-recruiter

README.md
[![agentmods](https://agentmods.dev/badge/skills/anneheartrecord/charles-skill/github-recruiter.svg)](https://agentmods.dev/skills/anneheartrecord/charles-skill/github-recruiter)
Your own site
<a href="https://agentmods.dev/skills/anneheartrecord/charles-skill/github-recruiter"><img src="https://agentmods.dev/badge/skills/anneheartrecord/charles-skill/github-recruiter.svg" alt="Measured on agentmods" height="20"></a>
Per session 63 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 410 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00063 $0.00410
Opus 5 $0.00032 $0.00205
Sonnet 5 $0.00013 $0.00082
Haiku 4.5 $0.00006 $0.00041

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

Security

Grade A, and why

github-recruiter 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 4d ago.

The scan reads SKILL.md. This mod also ships 9 executable files (github_recruiter/__init__.py, github_recruiter/cli.py, github_recruiter/config.py, …), 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.

skills/github-recruiter/SKILL.md · 36 lines

What it actually says

GitHub Recruiter

从 GitHub 仓库发现活跃开发者,采集公开联系方式并按模板发招聘邮件的 CLI 工具。

何时用

用户要按技术关键词找开发者、采集贡献者邮箱、批量发招聘或建联邮件。

安装与配置

pip install -e .            # 在本 skill 目录内
cp config.example.yaml config.yaml

编辑 config.yaml:GitHub Personal Access Token(需 public_repo scope)、SMTP 邮箱(Gmail 用应用专用密码)。

常用命令

  • 搜索并采集:github-recruiter search "agent" --language python --min-stars 500
  • 查看候选人:github-recruiter list [--status pending|sent]
  • 发邮件:github-recruiter send --dry-run --limit 5(预览)/ --limit 10(实发)
  • 一键执行:github-recruiter run "agent" --language python --dry-run
  • 统计:github-recruiter stats

邮箱采集优先级:公开 email 字段 → commit author email → bio/blog 正则匹配;自动跳过 [email protected]

注意

未认证 GitHub API 限速 60 次/小时,认证后 5000 次/小时;内置退避重试 + 发信频率控制。只使用公开信息。邮件模板在 templates/default.txt,首行须为 Subject: 标题

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. 4d ago First seen · 36 lines · 63 tokens per session scan A 7aa112fba5ad

Subscribe to this mod's changes

github-recruiter is a skill published in the GitHub repository anneheartrecord/charles-skill (3 stars, last pushed 26d ago), licensed MIT. It adds 63 tokens to every session and 410 once invoked, about $0.0003 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-31.

Related

Other skills, from other repositories

mykg

Run mykg knowledge-graph commands inside Claude Code from one slash command /mykg. The user describes intent in natural language (extract, append, sync, resume, approve, walkthrough, parse-docs, fetch-web, query); the skill parses intent, builds the right mykg CLI command from the live --help output, confirms, runs…

SenolIsci/mykg · 175 tokens

mykg-github-pages

Set up and maintain the GitHub Pages site for the mykg repo (SenolIsci/mykg) — a purpose-built pages/ folder (landing page adapted from README.md, blog posts, diagrams), built by a GitHub Actions workflow that runs Jekyll and deploys the result to a gh-pages branch. Use whenever the user wants to publish project…

SenolIsci/mykg · 228 tokens

networkx

Build, analyze, and visualize networks and graphs using NetworkX (Python). Use this skill whenever the user wants to: create graphs or networks, analyze graph properties, compute centrality measures, find shortest paths, detect communities, run graph algorithms, convert graphs to/from matrices or dataframes, visualize…

SenolIsci/mykg · 163 tokens

design-architecture

Reviews the current codebase architecture and proposes improvements using four parallel specialist subagents: System Architect, Software Architect, Data Architect, and an Adversarial Architect that red-teams failure paths, LLM adversarial output scenarios, silent corruption risks, and invariant bypasses. Each subagent…

SenolIsci/mykg · 195 tokens

agent-recall

Persistent compounding memory for AI agents. 5 default MCP tools: sessionstart, sessionend, remember, recall, check. Full surface (18 tools) available with --full flag. Two-verb model: inhale (sessionstart) and exhale (sessionend). Correction-first memory with decision trail tracking, watchfor warnings, palace rooms…

Goldentrii/AgentRecall-X · 157 tokens

swarmvault

Use SwarmVault when the user needs a local-first knowledge vault that writes durable markdown, graph, search, dashboard, review, chat-session, context-pack, task-ledger, static AI export, retrieval, and MCP artifacts to disk from books, notes, transcripts, exports, datasets, slide decks, files, URLs, code, and…

swarmclawai/swarmvault · 76 tokens