somratpro Claude Sonnet 4.6 commited on
Commit
c7e4cd8
Β·
1 Parent(s): de2d099

chore: add HF Spaces YAML metadata to README

Browse files

Adds 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>

Files changed (1) hide show
  1. README.md +22 -0
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.