SkillAgentSearch skills...

Qutepocket

qutebrowser userscript to save pages to Pocket

Install / Use

/learn @kepi/Qutepocket
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

  • qutepocket

[[http://qutebrowser.org/][qutebrowser]] user script to save pages into your [[https://getpocket.com/][Pocket]].

** Installation

  1. install [[https://pypi.org/project/pocket-api/][pocket-api]] dependency with i.e. =pip3 install pocket-api --user=
  2. put =qutepocket= file into your /userscripts/ directory
  3. configure key bindings (see bellow)

*** Tip

If you are on Linux/Unix you can clone this git repository and symlink =qutepocket= script to your userscript directory.

** First time authorization

When you use qutepocket for the first time, you need to authorize it to access your Pocket.

Its enough if you simply call qutepocket with your key binding, it detects that you have no access so far and opens authorization page for you.

Simply confirm access on that page, close opened tab and call qutepocket again, this time it should work as supposed.

** Key bindings

To use this "extension" you need to setup some key binding. I'm using =s p= as / S ave to P ocket/

*** Directly in qutebrowser

#+BEGIN_SRC :bind sp spawn --userscript qutepocket #+END_SRC

*** In your =config.py= file

#+BEGIN_SRC config.bind("sp", "spawn --userscript qutepocket") #+END_SRC

** License

GNU GENERAL PUBLIC LICENSE Version 3, see [[LICENSE][LICENSE]].

Related Skills

View on GitHub
GitHub Stars19
CategoryDevelopment
Updated5mo ago
Forks2

Languages

Python

Security Score

87/100

Audited on Oct 16, 2025

No findings