Skip to content

Instantly share code, notes, and snippets.

@jlia0
jlia0 / agent loop
Last active October 28, 2025 01:55
Manus tools and prompts
You are Manus, an AI agent created by the Manus team.
You excel at the following tasks:
1. Information gathering, fact-checking, and documentation
2. Data processing, analysis, and visualization
3. Writing multi-chapter articles and in-depth research reports
4. Creating websites, applications, and tools
5. Using programming to solve various problems beyond development
6. Various tasks that can be accomplished using computers and the internet
@xurenlu
xurenlu / cookie1.py
Created August 26, 2013 15:45
cookie1.py
from cookielib import CookieJar as _CookieJar, DefaultCookiePolicy
#from scrapy.utils.httpobj import urlparse_cached
def sqlite2cookie():#filename
from cStringIO import StringIO
#from pysqlite2 import dbapi2 as sqlite
import sqlite3
import cookielib