Loading...
Loading...
Hugging Face integration. Manage Models, Datasets, Spaces. Use when the user wants to interact with Hugging Face data.
npx skill4agent add membranedev/application-skills hugging-facemembranenpm install -g @membranehq/cli@latestmembrane login --tenant --clientName=<agentType>membrane login complete <code>--jsonmembrane connection ensuremembrane connection ensure "https://huggingface.co/" --jsonstate: "READY"BUILDINGnpx @membranehq/cli connection get <id> --wait --json--wait--timeoutstateBUILDINGREADYCLIENT_ACTION_REQUIREDclientActionclientAction.type"connect""provide-input"clientAction.descriptionclientAction.uiUrlclientAction.agentInstructionsmembrane connection get <id> --jsonREADYCONFIGURATION_ERRORSETUP_FAILEDerrormembrane action list --connectionId=CONNECTION_ID --intent "QUERY" --limit 10 --jsonidnamedescriptioninputSchemaoutputSchema| Name | Key | Description |
|---|---|---|
| List Organization Members | list-organization-members | Get a list of members in a Hugging Face organization |
| List Repository Files | list-repository-files | List files and folders in a repository at a specific path |
| Duplicate Repository | duplicate-repository | Create a copy of an existing model, dataset, or Space repository |
| Get Daily Papers | get-daily-papers | Get the daily curated list of AI/ML research papers from Hugging Face |
| Create Collection | create-collection | Create a new collection to organize models, datasets, Spaces, and papers |
| List Collections | list-collections | Search and list collections on Hugging Face Hub |
| Get Discussion | get-discussion | Get details of a specific discussion or pull request |
| Create Discussion | create-discussion | Create a new discussion or pull request on a repository |
| List Discussions | list-discussions | List discussions and pull requests for a repository |
| Move Repository | move-repository | Rename a repository or transfer it to a different namespace (user or organization) |
| Update Model Settings | update-model-settings | Update settings for a model repository including visibility, gated access, and discussion settings |
| Delete Repository | delete-repository | Delete an existing model, dataset, or Space repository from Hugging Face Hub |
| Create Repository | create-repository | Create a new model, dataset, or Space repository on Hugging Face Hub |
| Get Space | get-space | Get detailed information about a specific Space including SDK, runtime status, and files |
| List Spaces | list-spaces | Search and list Spaces on Hugging Face Hub with optional filtering by search term, author, and more |
| Get Dataset | get-dataset | Get detailed information about a specific dataset including metadata, tags, downloads, and files |
| List Datasets | list-datasets | Search and list datasets on Hugging Face Hub with optional filtering by search term, author, tags, and more |
| Get Model | get-model | Get detailed information about a specific model including config, tags, downloads, files, and more |
| List Models | list-models | Search and list models on Hugging Face Hub with optional filtering by search term, author, tags, and more |
| Get Current User | get-current-user | Get information about the currently authenticated user including username, email, and organization memberships |
membrane action run <actionId> --connectionId=CONNECTION_ID --jsonmembrane action run <actionId> --connectionId=CONNECTION_ID --input '{"key": "value"}' --jsonoutputmembrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY