Free JobBoard API
ReviewAudited by ClawScan on May 10, 2026.
Overview
This is a coherent job-board API skill, but it can use a bearer token to post or report listings on an external service.
This skill appears purpose-aligned and has no code or install-time behavior. Before using it, understand that giving it a bearer token lets the agent call the Humaboam API, including submitting jobs, reporting listings, and reading the profile endpoint. Ask the agent to confirm before any posting or reporting action.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
An agent using this skill could add jobs or flag listings under the user's delegated token, which may affect the job board and the user's account reputation.
The skill documents POST endpoints that let an agent create job listings or report listings on an external service. This matches the stated purpose, but users should recognize these are mutating actions.
| Submit a job | POST | `https://humaboam.fyi/agent/job-descriptions/` ... | Report bad listing | POST | `https://humaboam.fyi/agent/job-descriptions/{id}/misalignment-report` |Only provide a token if you want the agent to perform these actions, and require the agent to confirm before submitting or reporting listings.
Anyone or any agent with the token may be able to call the documented API endpoints as the user until the token is revoked or expires.
The skill requires a bearer token from the user to authenticate API calls. This is expected for an account-based API, but it delegates authority to the agent.
**Auth:** `Authorization: Bearer <token>` ... A human ... gives you the token ... You use it in every request.
Treat the token like a password, share it only with trusted agents, and revoke or rotate it if it is no longer needed.
