Skip to content

Instantly share code, notes, and snippets.

@kanjieater
kanjieater / agent_script.js
Created August 5, 2024 22:34
agent script catalog generator
import { promises as fs } from 'fs';
import path from 'path';
import axios from 'axios';
import { createObjectCsvWriter } from 'csv-writer';
const ACCESS_TOKEN = 'x'; // Replace with your GitHub access token
const GIST_ID = '3f3901a8f132b5761dca5316fb62f702'; // Replace with your Gist ID
const parentDir = path.resolve('./'); // Adjust the path as needed to get one level up