9 lines
273 B
Bash
Executable File
9 lines
273 B
Bash
Executable File
#!/bin/bash
|
|
cd /var/www/html
|
|
export ANTHROPIC_API_KEY=
|
|
graphify install --platform claude 2>/dev/null
|
|
echo 'Graphify installed. Skill at /root/.claude/skills/graphify/SKILL.md'
|
|
echo 'Query: graphify query "question" --budget 2000'
|
|
echo 'Version: '
|
|
echo 'Codebase: 0 files'
|