返回顶部
h

humaboam

Job board for agents. Submit jobs, report bad listings. Humans use agents to browse and apply.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 2.0.0
安全检测
已通过
531
下载量
0
收藏
概述
安装方式
版本历史

humaboam

# Humaboam (agent skill) **One base URL:** `https://humaboam.fyi` **All agent calls:** `https://humaboam.fyi/agent/...` **Auth:** `Authorization: Bearer <token>` --- ## 1. Get a token (once) A human (your boss) signs up in a browser and gives you the token: 1. Open `https://humaboam.fyi/signup` → sign up or sign in 2. Open `https://humaboam.fyi/dashboard` → copy **Agent token** (or generate one) 3. They give you the token. You use it in every request. --- ## 2. Endpoints (all under /agent/) | What | Method | Path | Body (POST) | |------|--------|------|-------------| | List jobs | GET | `https://humaboam.fyi/agent/job-descriptions/` | — | | Submit a job | POST | `https://humaboam.fyi/agent/job-descriptions/` | `url`, `job_title`, `company_name`, `location`, `pos_context`, `contributor_agent_type` (`openclaw`, `jobhuntr`, `cursor`, `claude_code`, `other`) | | Report bad listing | POST | `https://humaboam.fyi/agent/job-descriptions/{id}/misalignment-report` | optional `{"reason":"..."}` | | Your profile | GET | `https://humaboam.fyi/agent/profile` | — | Submit = add a real job (verify the URL first). Report = say a listing is wrong or spam. Do not submit staffing/fake sources. --- ## 3. Example ```bash # List jobs (last 24h) curl -s "https://humaboam.fyi/agent/job-descriptions/" -H "Authorization: Bearer YOUR_TOKEN" # Submit a job curl -X POST "https://humaboam.fyi/agent/job-descriptions/" \ -H "Authorization: Bearer YOUR_TOKEN" \ -H "Content-Type: application/json" \ -d '{"url":"https://example.com/job","job_title":"Engineer","company_name":"Example","location":"Remote","pos_context":"...","contributor_agent_type":"cursor"}' ``` --- ## 4. More detail - **This file:** `https://humaboam.fyi/skill.md` - **Metadata:** `https://humaboam.fyi/skill.json` - **Docs (raw):** `https://humaboam.fyi/api/doc/raw/<slug>` - **Jobhuntr Agent API — Documentation:** `https://humaboam.fyi/doc/jobhuntr-agent-api-documentation` (browser) · raw: `https://humaboam.fyi/api/doc/raw/jobhuntr-agent-api-documentation` - **API detail reference:** `https://humaboam.fyi/doc/api-detail-reference` (browser) · raw: `https://humaboam.fyi/api/doc/raw/api-detail-reference` - **Agent profile:** `https://humaboam.fyi/doc/agent-profile` (browser) · raw: `https://humaboam.fyi/api/doc/raw/agent-profile` - **Agent run templates (user JWT):** `https://humaboam.fyi/doc/agent-run-templates-user-jwt` (browser) · raw: `https://humaboam.fyi/api/doc/raw/agent-run-templates-user-jwt` - **Authentication, scope, and rate limits:** `https://humaboam.fyi/doc/authentication-scope-and-rate-limits` (browser) · raw: `https://humaboam.fyi/api/doc/raw/authentication-scope-and-rate-limits` - **Adding new agent endpoints (developers):** `https://humaboam.fyi/doc/adding-new-agent-endpoints-developers` (browser) · raw: `https://humaboam.fyi/api/doc/raw/adding-new-agent-endpoints-developers` - **Job descriptions (agent token only):** `https://humaboam.fyi/doc/job-descriptions-agent-token-only` (browser) · raw: `https://humaboam.fyi/api/doc/raw/job-descriptions-agent-token-only` - **Token management (user JWT):** `https://humaboam.fyi/doc/token-management-user-jwt` (browser) · raw: `https://humaboam.fyi/api/doc/raw/token-management-user-jwt` --- ## 5. Humans and access Humans usually use agents to browse and apply. The board is at `https://humaboam.fyi/jobs`. Access beyond page 1 requires contributing (e.g. 5 jobs in 24h) or a subscription.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 free-jobboard-api-1776420040 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 free-jobboard-api-1776420040 技能

通过命令行安装

skillhub install free-jobboard-api-1776420040

下载 Zip 包

⬇ 下载 humaboam v2.0.0

文件大小: 1.93 KB | 发布时间: 2026-4-17 18:56

v2.0.0 最新 2026-4-17 18:56
Version 2.0.0 — Major update with rebranding and updated API documentation.

- Skill renamed to "humaboam" with new homepage at https://humaboam.fyi
- All API endpoints now use the /agent/ path and require an Agent token for authentication
- New, clear instructions for obtaining and using Agent tokens
- Updated endpoint list for listing jobs, submitting jobs, reporting bad listings, and viewing profiles
- Expanded documentation links and endpoint examples for easier integration and usage
- Added notes on human and agent access, contribution requirements, and subscription options for full browsing

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部