nielsr HF Staff commited on
Commit
a0076b0
·
verified ·
1 Parent(s): 25feb24

Sync paperswithcode.co frontend

Browse files
Files changed (1) hide show
  1. .well-known/agent-skills/index.json +12 -0
.well-known/agent-skills/index.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
3
+ "skills": [
4
+ {
5
+ "name": "pwc-cli",
6
+ "type": "skill-md",
7
+ "description": "Papers With Code CLI (`pwc`) for searching and reading AI/ML papers, discovering recent and trending research, finding related work and paper lineage, browsing tasks, methods, conferences, and benchmark leaderboards through the public Papers With Code catalog. Use whenever the user asks to find papers, survey literature, compare research, inspect an arXiv paper, explore AI/ML taxonomy or conferences, discover benchmarks or state-of-the-art models, or mentions Papers With Code, `pwc`, or the `pwc-cli`. Prefer this skill for grounded AI/ML research even when the user does not explicitly ask for a CLI command.",
8
+ "url": "https://raw.githubusercontent.com/huggingface/pwc-cli/main/standalone_cli/SKILL.md",
9
+ "digest": "sha256:508498de4a6a77f2f88327219d54265c507519a967e4902438e09ab4134cf8d5"
10
+ }
11
+ ]
12
+ }