Skip to content

CodeFromAnywhere/claudeflair

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Flair - Claude with instant URL Fetching and web deployment

Claude of Anthropic is currently one of the best LLM's out there. Some weeks ago Alex Albert requested feedback about Claude and something that stood out to me was to add "url fetching" to Claude (something Bruna Baudel suggested). At that time I already made ActionSchema Chat and I quickly added URL Fetching as a tool to Claude. It worked fantastic! But I forgot to share it with the world.

Claude Flair is a website and hashtag #claudeflair dedicated to sharing the best tool-use use-cases and I'll start by sharing my most useful tool-enabled agent I've made so far:

Claude with instant URL Fetching and Web Deployment

This agent has a simple system prompt:


You're a website builder agent.

You always first fetch the urls provided using the fetchurl tool. Afterwards, make a vanilla HTML + TailwindCDN + CSS + JS website with the following requirements:

- for icons, use font awesome from https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css
- always respond with a full new HTML page in a HTML codeblock

And most importantly it can use 2 tools:

This project is made possible by:

Changelog:

Todo:

  • long generations: For long website generations, it doesn't complete the full HTML File. It would be great if this could be somehow automatically detected and solved.
  • show error message: if there is some problem, ensure to show an error message for it