Explore

Find agent skills by outcome

75,001 skills indexed with the new KISS metadata standard.

Showing 24 of 75,001Categories: Cursor-rules, General, Openclaw, Data, Coding & Debugging
General
PromptBeginner5 minmarkdown

matches = re.findall(pattern

text

0
General
PromptBeginner5 minmarkdown

- For IDs

provide just the ID

0
General
PromptBeginner5 minmarkdown

- For names or text

provide the exact text requested

0
General
PromptBeginner5 minmarkdown

def parse_evaluation_file(file_path: Path) -> list[dict[str

Any]]:

0
General
PromptBeginner5 minmarkdown

- For numeric responses

provide just the number

0
General
PromptBeginner5 minmarkdown

- In your <feedback> tags

provide constructive feedback on the tools:

0
General
PromptBeginner5 minmarkdown

- Which tools you used

in what order

0
General
PromptBeginner5 minmarkdown

4. Provide your final response

wrapped in <response> tags

0
General
PromptBeginner5 minmarkdown

3. Provide feedback on the tools provided

wrapped in <feedback> tags

0
General
PromptBeginner5 minmarkdown

2. Provide summary of each step in your approach

wrapped in <summary> tags

0
General
PromptBeginner5 minmarkdown

raise ValueError(fUnsupported transport type: {transport}. Use 'stdio'

'sse'

0
General
PromptBeginner5 minmarkdown

return MCPConnectionHTTP(url=url

headers=headers)

0
General
PromptBeginner5 minmarkdown

return MCPConnectionSSE(url=url

headers=headers)

0
General
PromptBeginner5 minmarkdown

elif transport in [http

streamable_http

0
General
PromptBeginner5 minmarkdown

return MCPConnectionStdio(command=command

args=args

0
General
PromptBeginner5 minmarkdown

transport: Connection type (stdio

sse

0
General
PromptBeginner5 minmarkdown

headers: dict[str

str] = None

0
General
PromptBeginner5 minmarkdown

env: dict[str

str] = None

0
General
PromptBeginner5 minmarkdown

return streamablehttp_client(url=self.url

headers=self.headers)

0
General
PromptBeginner5 minmarkdown

def __init__(self

url: str

0
General
PromptBeginner5 minmarkdown

StdioServerParameters(command=self.command

args=self.args

0
General
PromptBeginner5 minmarkdown

return sse_client(url=self.url

headers=self.headers)

0
General
PromptBeginner5 minmarkdown

def __init__(self

url: str

0
General
PromptBeginner5 minmarkdown

result = await self.session.call_tool(tool_name

arguments=arguments)

0