Spaces:
Running
Running
chore: add HF Spaces YAML metadata to README
Browse filesAdds required frontmatter for HF Spaces: sdk, app_port, secrets list,
emoji, color scheme. Resolves "empty yaml metadata" warning from HF.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
README.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🔗 HuggingClip
|
| 2 |
|
| 3 |
Paperclip AI Agent Orchestration Platform running on Hugging Face Spaces.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: HuggingClip
|
| 3 |
+
emoji: 🔗
|
| 4 |
+
colorFrom: purple
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: docker
|
| 7 |
+
app_port: 7861
|
| 8 |
+
pinned: true
|
| 9 |
+
license: mit
|
| 10 |
+
secrets:
|
| 11 |
+
- name: HF_TOKEN
|
| 12 |
+
description: Hugging Face API token for database backup persistence to HF Dataset.
|
| 13 |
+
- name: CLAUDE_API_KEY
|
| 14 |
+
description: Anthropic Claude API key for Claude-powered agents.
|
| 15 |
+
- name: BETTER_AUTH_SECRET
|
| 16 |
+
description: Random secret for user authentication (generate with openssl rand -base64 32).
|
| 17 |
+
- name: CLOUDFLARE_WORKERS_TOKEN
|
| 18 |
+
description: Optional Cloudflare API token for outbound proxy setup.
|
| 19 |
+
- name: CLOUDFLARE_ACCOUNT_ID
|
| 20 |
+
description: Optional Cloudflare account ID (required if using Cloudflare proxy).
|
| 21 |
+
---
|
| 22 |
+
|
| 23 |
# 🔗 HuggingClip
|
| 24 |
|
| 25 |
Paperclip AI Agent Orchestration Platform running on Hugging Face Spaces.
|