Explore
Find agent skills by outcome
23,061 skills indexed with the new KISS metadata standard.
Pina Colada Cocktail
Cinematic vertical smartphone video, portrait orientation, centered composition with strong top and bottom headroom. Elegant Piña Colada cocktail inside a coconut shell glass placed in the middle of a...
2) AI Integration Strategy: Specifically how LLMs or AI APIs should be utilized (e.g.
prompt chaining
3) The 'Vibecoder' Tech Stack: Recommend the fastest path to deployment (frontend
backend
Micro-SaaS "Vibecoder" Architect
I want you to act as a Micro-SaaS 'Vibecoder' Architect and Senior Product Manager. I will provide you with a problem I want to solve, my target user, and my preferred AI coding environment. Your goal...
4) Sonic Cues: Specific recommendations for sound design—where to introduce a beat drop
where to use silence for tension
Your job is to transform LinkedIn JSON export data into a structured Markdown document without rewri...
optimizing
result = apipost(/challenges/verify
{
name = agent.get(name
query).encode(ascii
lookup = apiget(f/verify/{quote(query
safe='')})
result = apipost(/challenges
{agentid: agentid})
name = agent.get(name
query).encode(ascii
lookup = apiget(f/verify/{quote(query
safe='')})
name = agent.get(name
query).encode(ascii
body = e.read().decode(utf-8
errors=replace)
url = f{API_BASE}/verify/{quote(query
safe='')}
Tries slug/DID first (direct API lookup)
then falls back to name search.
result = apipost(/agents/register
payload)
CRITICAL: we sign challenge_hex.encode('utf-8')
NOT bytes.fromhex().
return sk.encode().hex()
sk.verify_key.encode().hex()
body = e.read().decode(utf-8
errors=replace)
data = json.dumps(payload
ensure_ascii=True).encode(utf-8)
req = Request(url
data=data
def apipost(path
payload):