Autonomous · Hugging Face
Social Media Skills for Hugging Face
Clone the skills repo and load skill folders into your Hugging Face agent / smolagents-style workflow that supports skill directories.
Clone skill folders
Treat each folder under /skills as a complete skill package (SKILL.md + supporting files). Point your HF agent at those folders or copy them into its skills path.
Before you start
- A Hugging Face Spaces, smolagents, or local agent setup that can read skill folders or markdown tool specs.
- git installed to clone the repository.
- 1
Clone the repository
Get the skills source from GitHub into a folder named social-media-skills.
$git clone https://github.com/social-media-skills/skills.git social-media-skills - 2
Open the /skills directory
Inside the clone, open skills/ — each subdirectory is one social media skill with SKILL.md, evals/, references/, and related files.
$cd social-media-skills/skills && ls - 3
Wire skills into your HF agent
Copy the folders you need into your agent’s tools/skills path, or pass SKILL.md paths into your agent framework’s skill loader. Keep entire folders intact.
- 4
Test with a concrete prompt
Run your agent on “write a LinkedIn post series” or “draft a short-form video script” and confirm the matching skill instructions are applied.
Tips
- Prefer full folders over pasting SKILL.md alone — references and evals matter.
- Start with a small set (starter pack skills) before loading the entire library into context-limited agents.
Official docs: Hugging Face Docs