Premade and custom
ManyPI ships a set of system skills. On top of those you can create your own, which are private to your workspace.Create a skill
GET /api/skills — the
response includes both the premade skills and your own.
What a skill can and cannot change
A skill shapes behaviour: what to look for, how to judge it, how to present it, what to never do. A skill cannot widen the agent’s access. Custom skills are always created with the safe tool defaults, so instructions can direct the agent but never grant it capabilities your plan or your workspace does not already have.Writing a good skill
Be specific about the output
Be specific about the output
“Return a markdown table with columns Company, Fit score, Why, Source URL”
beats “summarise the findings” every time.
State the disqualifiers
State the disqualifiers
Telling the agent what makes something not a match is usually more
valuable than describing what does.
Demand sources
Demand sources
“Cite the URL you found each fact on” turns a plausible answer into a
checkable one.
Keep it one job
Keep it one job
A skill that researches companies and writes emails and scores leads
does all three worse than three separate skills.
